Skip to content

Conversation

@Forza-tng
Copy link

@Forza-tng Forza-tng commented May 10, 2025

Added journal_mode=wal; to the sqlite3 database. This is much more performant than the delete mode, and matches real-world usage much better. Most apps that use sqlite3 to any extent uses wal mode since many years.

@darthShadow
Copy link

Just a ping to check if it's possible to get this merged. WAL mode seems to be the most widely used journal_mode for any real world usage of SQLite.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants